home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Various / JAMDisk #07 (1992)(Just Amiga Monthly)[WB].zip / JAMDisk #07 (1992)(Just Amiga Monthly)[WB].adf / DOC9110B.LZH / nm.man < prev    next >
Text File  |  1991-10-12  |  378b  |  22 lines

  1. NM
  2. ==
  3.  
  4. nm lists the symbols in LD-format object files and libraries (and
  5. executables, if the symbols were retained).
  6.  
  7. Format:
  8.  
  9.     nm [-agnoprsu] [+options] [file ...]
  10.  
  11. Default 'file' is a.out - not much use on the Amiga.
  12.  
  13. Options:
  14. -a or +all
  15. -g or +extern-only
  16. -n or +numeric-sort
  17. -o or +print-file-name
  18. -p or +no-sort
  19. -r or +reverse
  20. -s or +print-symdefs
  21. -u or +undefined-only
  22.